home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Programming
/
Triton
/
Source
/
catalogs
/
triton.cd
next >
Wrap
Text File
|
1998-05-23
|
842b
|
43 lines
#header CATALOGS_TRITON
#prototype #include <dos.h>\nSTRPTR __asm GetString(register __a0 struct LocaleInfo *li,register __d0 ULONG id);
;
MSG_SYSTEMREQUEST_TITLE (//)
System request
;
MSG_ERROR_UNKNOWN (//)
Triton failed for unknown reason
;
MSG_ERROR_ALLOCMEM (//)
Can't allocate memory
;
MSG_ERROR_OPENWINDOW (//)
Can't open window
;
MSG_ERROR_WINDOWTOOBIG (//)
The window would become too big (even with fallback)
;
MSG_ERROR_DRAWINFO (//)
Can't get the screen's DrawInfo
;
MSG_ERROR_OPENFONT (//)
Can't open font
;
MSG_ERROR_CREATEMSGPORT (//)
Can't create message port
;
MSG_ERROR_INSTALLOBJECT (//)
Can't install object
;
MSG_ERROR_CREATECLASS (//)
Can't create class
;
MSG_ERROR_NOLOCKPUBSCREEN (//)
Can't lock public screen
;
MSG_ERROR_CREATEMENUS (//)
Can't create menus
;
MSG_ERROR_GADGETCONTEXT (//)
Can't create gadget context
;